HTML Encoder
About HTML Encoding
HTML encoding converts special characters to their HTML entity representations, making them safe for use in HTML documents.
Character | Entity | Description |
---|---|---|
& | & | Ampersand |
< | < | Less than |
> | > | Greater than |
" | " | Double quote |
' | ' | Single quote |